From 06424a978daab3a9909602d1d971e36ceb3d2712 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Sat, 14 Jan 2006 20:46:07 +0000 Subject: [PATCH] Split commands which results in more than one running instance of gpsbabel (testo errors on smp systems). --- gpsbabel/testo | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gpsbabel/testo b/gpsbabel/testo index 64fee0356..bd79e9d65 100755 --- a/gpsbabel/testo +++ b/gpsbabel/testo @@ -714,15 +714,17 @@ ${PNAME} -i geo -f geocaching.loc -x stack,push,copy,nowarn -x stack,push,copy - # it. # -${PNAME} -i geo -f geocaching.loc -o tabsep -F - | ${PNAME} -i tabsep -f - -o geo -F ${TMPDIR}/tabsep.out +${PNAME} -i geo -f geocaching.loc -o tabsep -F ${TMPDIR}/tabsep.in +${PNAME} -i tabsep -f ${TMPDIR}/tabsep.in -o geo -F ${TMPDIR}/tabsep.out ${PNAME} -i geo -f geocaching.loc -o geo -F ${TMPDIR}/geotabsep.out +compare ${TMPDIR}/tabsep.out ${TMPDIR}/geotabsep.out # # Now do the same for custom - it has the same issues. # -compare ${TMPDIR}/tabsep.out ${TMPDIR}/geotabsep.out -${PNAME} -i geo -f geocaching.loc -o custom -F - | ${PNAME} -i custom -f - -o geo -F ${TMPDIR}/custom.out +${PNAME} -i geo -f geocaching.loc -o custom -F ${TMPDIR}/custom.in +${PNAME} -i custom -f ${TMPDIR}/custom.in -o geo -F ${TMPDIR}/custom.out ${PNAME} -i geo -f geocaching.loc -o geo -F ${TMPDIR}/geocustom.out # -- 2.30.2